Constructs a new LeadBufferStream object using the specified byte array as storage.
-(id)initWithData:(NSData*)inData dataLength:(size_t)inDataLength offset:(ssize_t)inOffset;
public LeadBufferStream(byte[] buffer)
function LeadBufferStream(
buffer ,
offset
)
buffer
A byte array that will be used as storage for the new LeadBufferStream object.
offset
The offset in buffer that will be used as the origin of the new LeadBufferStream object.
The byte array specified by buffer will be copied to an internal buffer managed by the LeadBufferStream object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET